home *** CD-ROM | disk | FTP | other *** search
- .k path
- .bra {
- .ket }
-
-
- if "{path}" eq ""
- echo " "
- echo " "
- echo " You must specify a destination for the Buddy System:"
- echo " "
- echo " 1. Click once on the HDinstall icon with the Left Button."
- echo " 2. Hold down the SHIFT key."
- echo " 3. Double-Click on the DeluxePaint drawer icon on your"
- echo " harddrive (The Buddy System must be installed in the"
- echo " same drawer as DeluxePaint IV)."
- echo " "
- ask " Press RETURN to continue..."
- endcli >nil:
- endif
-
- alias bold echo "*E[1m" NOLINE
- alias ital echo "*E[3m" NOLINE
- alias norm echo "*E[0m"
-
- echo " "
- echo " The Buddy System For DeluxePaint IV"
- echo " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "
- echo " Harddrive Installation"
- echo " "
- echo " This procedure will automatically install all the necessary"
- echo " Buddy System files and directories to your Harddrive. Files"
- echo " will be copied into the DeluxePaint drawer. The Buddy System"
- echo " MUST be installed in the same drawer as DeluxePaint IV. You"
- echo " will need 1.5 Meg of free space to install everything."
- echo " You have chosen to install The Buddy System into:"
- echo " "
- echo " " NOLINE
- bold
- echo {path} NOLINE
- norm
- echo " "
- ask " Press RETURN to exit or enter Y to proceed "
-
- if not warn
- echo "Goodbye..."
- endcli > nil:
- endif
-
- echo " "
- echo " "
- bold
- echo " Installing Disk 1 files..."
- norm
- echo " "
-
- ital
- copy BSDP4_1:BuddySystem to "{path}" ALL
- norm
-
- echo " "
- bold
- echo " Installing Disk 2 files..."
- norm
- echo " "
-
- cd "{path}"
- ital
- ;install Harddrive BSDP4 icon
- copy Icons/BSDP4.info to "{path}"
-
- delete HDinstall#?
-
- copy BSDP4_2:Standard to Standard ALL
- norm
-
- if GE WARN
- bold
- echo " There were errors during the Installation!"
- norm
- endif
-
- echo " "
- bold
- echo " Installation Completed!"
- norm
- echo " "
- echo " "
- echo " Open the DeluxePaint drawer and Double-Click the Buddy System"
- echo " program icon, BSDP4. Once loaded, press the Alt-Help,"
- echo " to jump back and forth between the Buddy System & DeluxePaint."
- echo " In the Buddy System, you can select a menu item, or you can"
- echo " press the Help key twice to display the index of topics."
- echo " "
- echo " Make sure you read the Instructions & Introduction Topics."
- echo " "
- echo " ENJOY!"
- echo " "
-
- ask " Press RETURN to proceed..."
-
- endcli >NIL:
-